Are your agile projects meeting quality expectations? AppSierra’s Agile Testing Services ensure seamless integration of testing into every sprint. By leveraging continuous testing and automation, we help identify defects early, saving time and costs.... View more
I'm checking if there is some configuration profile that can help to automatically add the username (generally the email or upn) during the sign-in process when you start your computer and Jamf Connect. View more
Bonjour, L'option de restrictions des mises à jours aux administrateurs uniquement semble uniquement fonctionner pour les mises à jours mineurs (ex: 15.1 >15.2) mais pas pour les mises à jours OS (ex: sonoma > sequoia) est-ce normal ? Sachant que le ... View more
What is the best way to stop the macOS Sequoia install app from downloading automatically? The problem that this creates is when non-admin users try to upgrade to macOS Sequoia, the install app launches. The install app requires an admin user to run ... View more
We are trying to change the MacOS Date & Time setting "24-hour time" on 15.2 via a script. There is nothing recent / working anywhere on the web. Is it impossible? View more
We are trying to write a script to output all the active wifi and ethernet connections, if any, and turn off the wifi if there is an active ethernet connection. This is not working at all, because ifconfig is not returning the names of the connection... View more
Hello everyone,After looking around for a little bit, borrowing from a few forums to make a script that adds exceptions to the popup portion of Safari's settings. I thought I would include this for anyone who would want to add it. Keep in mind this p... View more
We tried this and several other approaches to no avail, are there any currently-working solutions to change the keyboard input language programatically? #!/bin/bash # Script to set the default keyboard layout to British # Set the keyboard layout to B... View more
Hi All, I’m Darshan Hiranandani, facing an issue where the Self Service notification banner keeps appearing at the top right corner of the screen, even after attempting to disable it through different methods. I’ve tried deploying a script via Policy... View more
Hello everyone!Has anyone ever had a Mac not automatically check-in (and therefore also inventory updates) but only when the user carries out some operation via self-service?It appears as if the incoming connection from Jamf is blocked/filtered, but ... View more
How do I generate an mdm profile to populate mdmProfileData for a return to service API call?https://learn.jamf.com/en-US/bundle/technical-articles/page/Return_to_Service.html#ariaid-title3 View more
This is an ever growing / changing library of common functions that I have created over the years. Fairly easy to use, just grab the common functions you need when creating your own scripts. Thought I would share with the community. Any feedback is w... View more
We work in an area where users do not have admin rights, so I put together this script that allows them to remove apps from the main /Applications folder. You can control which required apps cannot be removed: #!/bin/zsh # # App Delete # # Written: A... View more
WIP script to show all relevant IP addresses running on an end users Mac. Good for having the user give you their IP addresses when trying to remote in. Uses Swift Dialog to show info to users...designed to be run from Self Service. #!/bin/zsh ######... View more
Greetings All!, Just getting started on my road to JAMF admin and am slowly building up my library of First Aid apps inside of Self service. Trying to eliminate tickets coming my way and empowering the Help Desk to do some of this stuff. I created th... View more
Hello I am blanking on trying to come up with the answer. My boss has tasked me with a way to remove all of our canon office printers from users Mac os devices. Obviously the first thing I have done is create a script. But my boss is telling me that ... View more
I have been trying to get Barracuda Device Manager installed from JAMF on our companies macbooks. In order to install it manually you have run a script that Barracuda provides. I have no issues doing the manual install but I want to automate it now. ... View more